home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / tcomm6.zip / READ.ME < prev    next >
Text File  |  1991-08-29  |  2KB  |  55 lines

  1. Thanks for considering LiteComm, version 6.0, as part of your
  2. programming tools.
  3.  
  4. ADDED DOCUMENTATION
  5. Registered users please note that the documentation for the protocol
  6. engines is not contained in the printed documentation.  Please see the
  7. file proto.doc for protocol engine documentation.
  8.  
  9. LIBRARY NAMES
  10. The documentation is unclear about library file names. Here is some 
  11. additional information.
  12.  
  13.     MICRROSOFT C
  14.             
  15.         mscc?.lib        Basic LiteComm Libraries
  16.         msclcp?.lib        Protocol Engines
  17.  
  18.     TURBO C
  19.  
  20.         tcomm?.lib        Basic LiteComm Libraries
  21.         tclcp?.lib        Protocol Engines
  22.  
  23. The final letter in the library name denotes the model that the library 
  24. supports, c - compact, l - large, m - medium, and s - small.
  25.  
  26. ADDITIONAL FILES
  27. The packing list omits the file lcsrc.exe  that contains the LiteComm 
  28. source code. This file is present ONLY in the registered version.
  29.  
  30. REMAKING LIBRARIES
  31. The documentation omits a reference to the batch files included that are 
  32. designed to make library maintenance simpler.  These file are:
  33.  
  34.     TMAKE.BAT        Make new LiteComm libraries - Turbo C
  35.     TPMAKE.BAT        Make new protocol libraries - Turbo C
  36.     MMAKE.BAT        Make new LiteComm libraries - Microsoft C
  37.     MPMAKE.BAT        Make new protocol libraries - Microsoft C
  38.  
  39. For examples, to make a new, compact model library under Microsoft C, simply type the 
  40. commands
  41.     MMAKE C
  42.     MPMAKE C
  43.  
  44. The corresponding commands for Turbo C are
  45.     TMAKE c
  46.     TPMAKE c
  47.  
  48. Please note that the case of the model designation, C in the above 
  49. example, is significant.  Microsoft C requires the use of upper case 
  50. models, while Turbo C requires the use of lower case.  
  51.  
  52. Also note that these batch files assume that the utilities pkzip and 
  53. pkunzip are available somewhere on the system's path.  You may, of 
  54. course, sunstitute other file compression utilities.
  55.